home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
-
- <!-- Only certain user can own the xsplash service -->
- <policy user="gdm">
- <allow own="com.ubuntu.BootCurtain"/>
- </policy>
-
- <!-- Allow anyone to invoke methods on xsplash server -->
- <policy context="default">
- <allow send_destination="com.ubuntu.BootCurtain" />
- <allow receive_sender="com.ubuntu.BootCurtain" />
- <allow send_interface="com.ubuntu.BootCurtain" />
- <allow send_interface="org.gnome.DBus.Properties" />
- <allow send_interface="org.freedesktop.DBus.Introspectable" />
- </policy>
- </busconfig>
-